home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 186 / pallette / palette.doc < prev    next >
Text File  |  1988-08-13  |  3KB  |  75 lines

  1. GFA Palette was written and compiled in GFA Basic.
  2.  
  3. This program was written to correct the SETCOLOR/COLOR number mix 
  4. up, allow you to view your color choices and adjust your colors
  5. as you desire.  It will then write an .LST file to disk which you 
  6. can merge into any other GFA program you are working on.
  7.  
  8. The screen should be self explanatory for the most part.  Here is 
  9. a brief description of each function provided.
  10.  
  11. SET COLOR BOX:  
  12.      Clicking in this box with the left mouse button increments 
  13. the number displayed, conversely, right mouse button decrements 
  14. the number displayed.  The number displayed in this box is the 
  15. COLOR number not the SETCOLOR number.  It corresponds to the 
  16. numbers under each color box on the left side of the screen.  This 
  17. selects the color register which you can adjust using the R G B 
  18. color boxes.  To select a color to work on you may use this set 
  19. color box or click directly on the color box you wish to use.
  20.  
  21. R G B BOXES:
  22.      These boxes set the red, green and blue mix for the color you 
  23. have previously selected.  Left mouse button increments, right 
  24. mouse button decrements the numbers.  If you inadvertently set the 
  25. text and background colors such that you cannot see the text, 
  26. simply press the UNDO button and the screen will toggle between 
  27. black on white or white on black.
  28.  
  29. RESTORE COLOR BOX:
  30.      Clicking in this box will restore the selected color to its 
  31. original R G B values when loaded.
  32.  
  33. RESTORE PALETTE BOX:
  34.      Clicking in this box will restore the entire palette to its 
  35. original R G B values when loaded.
  36.  
  37. LOAD PALETTE:
  38.      A click here allows you to load a palette .LST file that you 
  39. have previously saved but desire to modify.
  40.  
  41. SAVE PALETTE:
  42.      A click here allows you to save a palette as an .LST file that 
  43. you can merge with any GFA Basic program you are working on.  If 
  44. you do not specify an extender, GFA Palette will add an .LST 
  45. extender.  This file is simply 16 SETCOLOR commands containing the 
  46. R G B values that you chose while working on your palette.
  47.  
  48. QUIT:
  49.      Clicking here returns you to the desktop and restores the 
  50. colors that were in effect when GFA Palette was first run.
  51.  
  52. UNDO:
  53.      GFA Palette boots with white text on a black background.  If 
  54. you do not like this combination, UNDO will toggle to black text 
  55. on a white background.  It can also rescue you when you 
  56. inadvertently set the text and background colors the same.
  57.  
  58. LOW REZ/MEDIUM REZ:
  59.      This program was originally written to be used in Low rez.  
  60. It will function in Medium rez but there are a few things you need 
  61. to be aware of.  Strangely enough the four colors that are used in 
  62. Med rez are colors: 0,2,3, and 6.  Color zero is the background 
  63. screen color.  Color six is the default text color.  If you define 
  64. a text color other than 0,2, or 3 the ST appears to default to 
  65. color 6.  Therefore, when using this in medium rez, the four color 
  66. boxes that you can adjust are 0,2,3, and 6.  These four colors 
  67. correspond to the SETCOLOR commands: SETCOLOR 0, SETCOLOR 1, 
  68. SETCOLOR 2, SETCOLOR 3.  What a coincidence!  Running the program 
  69. in Med. rez will produce an alert box to remind you of this 
  70. anomaly.
  71.  
  72. COMMENTS &/or SUGGESTIONS:
  73.      GENIE address:  P.PERONTO  
  74.  
  75.